home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / mus / edit / AlgoRhythms.lha / AlgoRhythms / Source / window.h < prev   
C/C++ Source or Header  |  1994-01-01  |  434b  |  22 lines

  1. #ifndef WINDOW_LOADED
  2. #define WINDOW_LOADED 1
  3.  
  4. /* Window.h */
  5.  
  6. #define C_WINDOW_DEPTH (2)
  7. #define T_COLOR_FILE "AlgoRhythms.Col"
  8.  
  9. extern void open_wind(void);
  10. extern void shut_window(void);
  11. extern void CloseWindowSafely(struct Window *win);
  12.  
  13. extern struct Window *w;
  14.  
  15. extern struct RastPort *rast_port;
  16. extern struct TextAttr font_choice;
  17. extern struct Screen *main_screen;
  18. extern struct ViewPort *view_port;
  19. extern void *vi;
  20.  
  21. #endif
  22.